home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / DHTML - Window and Frames / full-screen-opener.izs < prev    next >
Text File  |  2005-09-02  |  1KB  |  64 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>Full Screen Window Opener Script 
  4. <!/TITLE>
  5.  
  6. <!BROWSER>IE5+<!/BROWSER>
  7.  
  8. <!DESCRIPTION>Opens up a new window that spans every inch of the screen. Requires IE 4.x, although all other browser will still open a window in "normal" full screen mode.
  9. <!/DESCRIPTION> 
  10.  
  11. <!CATEGORY>window and frames<!/CATEGORY>
  12.  
  13. <!SCRIPT>
  14. <!-- START OF SCRIPT -->
  15. <script>
  16. <!--
  17.  
  18. /*
  19. Full Screen Window Opener Script- 
  20. ⌐ Dynamic Drive (www.dynamicdrive.com)
  21. For full source code, installation instructions,
  22. 100's more DHTML scripts, and Terms Of
  23. Use, visit dynamicdrive.com
  24. */
  25.  
  26. function fullwin(targeturl){
  27. window.open(targeturl,"","fullscreen,scrollbars")
  28. }
  29. //-->
  30. </script>
  31.  
  32. <form>
  33. <input type="button" onClick="fullwin('http://www.dynamicdrive.com')" value="Open window">
  34. </form>
  35. <!-- END OF SCRIPT -->
  36. <!/SCRIPT>
  37.  
  38. <!PREVIEW>
  39. <!-- START OF SCRIPT -->
  40. <script>
  41. <!--
  42.  
  43. /*
  44. Full Screen Window Opener Script- 
  45. ⌐ Dynamic Drive (www.dynamicdrive.com)
  46. For full source code, installation instructions,
  47. 100's more DHTML scripts, and Terms Of
  48. Use, visit dynamicdrive.com
  49. */
  50.  
  51. function fullwin(targeturl){
  52. window.open(targeturl,"","fullscreen,scrollbars")
  53. }
  54. //-->
  55. </script>
  56.  
  57. <form>
  58. <input type="button" onClick="fullwin('http://www.dynamicdrive.com')" value="Open window">
  59. </form>
  60.  
  61. <!-- END OF SCRIPT -->
  62. <!/PREVIEW>
  63.  
  64. <!RELATED>NONE<!/RELATED>